ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / InProgress Property

In This Topic
    InProgress Property (DocumentBase<PageType>)
    In This Topic
    Determines whether the document is currently loaded.
    Syntax
    'Declaration
     
    Public Property InProgress As Boolean
    public bool InProgress {get; set;}
    See Also